To update the jQuery versions in the sample pages:

1. Copy the contents of js/libs into your webapp folder.
2. Open home.html in the SDK folder.
3. Locate the <script> tag which loads jQuery via a CDN.
4. Copy that and the fallback script below it into your home.html page
5. Repeat for the jQuery UI script.
6. Repeat steps 4 and 5 for every other HTML page that includes these.

To update the Bootstrap version used in the Customer Journey pages:

1. Open the products.html page.
2. Locate the script that loads Bootstrap via a CDN.
3. Copy that into your copy of products.html
4. Repeat step 4 for every other HTML page that includes Bootstrap.
